home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / fr$collections_properties.as < prev    next >
Text File  |  2009-02-12  |  2KB  |  39 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class fr$collections_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function fr$collections_properties()
  10.       {
  11.          super("fr","collections");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "findCondition":"Find criteria must contain all sort fields leading up to \'{0}\'.",
  18.             "noComparatorSortField":"Cannot determine comparator for SortField with name \'{0}\'.",
  19.             "outOfBounds":"Index \'{0}\' specified is out of bounds.",
  20.             "nonUnique":"Non-unique values in items.",
  21.             "incorrectAddition":"Attempt to add an item already in the view.",
  22.             "findRestriction":"Find criteria must contain at least one sort field value.",
  23.             "invalidType":"Incorrect type. Must be of type XML or a XMLList that contains one XML object. ",
  24.             "unknownMode":"Unknown find mode.",
  25.             "invalidIndex":"Invalid index: \'{0}\'.",
  26.             "invalidRemove":"Cannot remove when current is beforeFirst or afterLast.",
  27.             "unknownProperty":"Unknown Property: \'{0}\'.",
  28.             "invalidInsert":"Cannot insert when current is beforeFirst.",
  29.             "itemNotFound":"Cannot find when view is not sorted.",
  30.             "bookmarkInvalid":"Bookmark no longer valid.",
  31.             "noComparator":"Cannot determine comparator for \'{0}\'.",
  32.             "invalidCursor":"Cursor no longer valid.",
  33.             "noItems":"No items to search.",
  34.             "bookmarkNotFound":"Bookmark is not from this view."
  35.          };
  36.       }
  37.    }
  38. }
  39.